- programming reference
- справочник по программированию
English-Russian SQL Server dictionary. 2013.
English-Russian SQL Server dictionary. 2013.
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Programming Perl — ISBN 0 596 00027 8,best known as the Camel Book among programmers, is a book about writing programs using the Perl programming language. Written by the creator of Perl, Larry Wall, and published by O Reilly, the book is considered the canonical r … Wikipedia
Programming language specification — A programming language specification is an artifact that defines a programming language so that users and implementors can agree on what programs in that language mean.A programming language specification can take several forms, including the… … Wikipedia
Reference (computer science) — This article is about a general notion of reference in computing. For the more specific notion of reference used in C++, see Reference (C++). In computer science, a reference is a value that enables a program to indirectly access a particular… … Wikipedia
Reference — For help in citing references, see Wikipedia:Citing sources. For the Wikipedia Reference Desk, see Wikipedia:Reference desk. Reference is derived from Middle English referren, from Middle French rèférer, from Latin referre, to carry back , formed … Wikipedia
Programming language reference — A programming language reference (or language reference manual) is an artifact that describes a programming language so that users and developers can understand the basic elements of and write computer programs in the target language.A… … Wikipedia
Reference counting — In computer science, reference counting is a technique of storing the number of references, pointers, or handles to a resource such as an object or block of memory. It is typically used as a means of deallocating objects which are no longer… … Wikipedia
Reference (C++) — In the C++ programming language, a reference is a simple reference datatype that is less powerful but safer than the pointer type inherited from C. The name C++ reference may cause confusion, as in computer science a reference is a general… … Wikipedia
Programming by permutation — Trying to approach a solution to a programming problem by iteratively making small changes (permutations) and testing each change to see if it behaves as expected is called programming by permutation . This approach sometimes seems attractive… … Wikipedia
Reference Manager — Infobox Software name = Reference Manager caption = author = developer = Research Information Systems; later acquired by Thomson ISI ResearchSoft released = 1984 latest release version = 12 latest release date = 02 09 2008 latest preview version … Wikipedia
Reference card — A reference card or quick reference card is a concise bundling of common syntactic rules and idioms of a particular formal language. It serves as an ad hoc memory aid for an experienced user .In spite of what the name reference card suggest, the… … Wikipedia